|
|
|
|
BrightHighlightColor Property, SftTabs Class |
Defines the border color used for bright areas exposed to a light source.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property BrightHighlightColor As Color |
C# |
public Color BrightHighlightColor { get; set; } |
C++ |
public: property Color BrightHighlightColor { |
Property Value
The color used for bright areas exposed to a light source.
The default value is SystemColors.ControlLightLight.
Comments
The BrightHighlightColor property defines the border color used for bright areas exposed to a light source.
If the tab control uses Windows themes, the BorderColor property has no effect.